html{
    scroll-behavior: smooth;
}
body,h1,h2,h3,h4,h5,h6,ul{
    margin:0px;
    padding:0px;
    font-family: "Cinzel", serif;    
}
p, span, li{
    font-family: Arial, sans-serif;
}
.padt{
    padding-top:5%;
}
.padb{
    padding-bottom:5%;
}
.highlight{
    color:#665656b0;
}
.top-bar{
    background:#040404b8;
    font-size:14px;
}
@media (max-width:768px){
    .top-bar{
        text-align:center;
    }

    .top-bar i{
        font-size:16px;
    }
}
.social-top i:hover{
    color:#540000;
}
.social-top span i:hover{
    color:#540000;
}
.main-navbar{
    background:#fff;
    padding:15px 0;
    position:sticky;
}
.navbar-brand .top-heading{
     font-family: "Indie Flower", cursive;
}
ul li .nav-link{
    color:#071c34 !important;
    font-weight:750;
    margin:0 8px;
    transition:3s ease;
   
}
ul li .nav-link:hover{
    color:#540000;
    border-bottom:2px solid black;
}
.donate-btn{
    background:#540000;
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
}
.donate-btn:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

/*intro*/
.hero-section{
    position: relative;
    height: 70vh;          
    overflow: hidden;
    border-radius: 0;
}
.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}
.hero-section .container{
    position: relative;
    z-index: 2;
}

/*gallery*/
.gallery-section img{
    border-radius:10px;
    transition:0.3s;
}
.gallery-section .content h2{
    color:black;
    font-size: 32px;
    font-weight: 700;
}
.gallery-section img:hover{
    transform:scale(1.05);
}
.nav-pills .nav-link.active{
    background:#540000;
    color:#fff;
}
#galleryTab .nav-link{
    background-color:#540000 !important; 
    color:#fff !important;               
    margin-right:10px;
    border-radius:30px;
    padding:14px 22px;
    font-weight:600;
}
#galleryTab .nav-link.active{
    background-color:#540000 !important;
    color:#fff !important;
}
#galleryTab .nav-link:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px black;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}
#galleryTab .nav-link{
    transition: all 0.3s ease;
}

/*footer=section*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(47, 49, 54, 0.85); 
    z-index:1;
}
.footer-section > .container,
.copyright-area{
    position:relative;
    z-index:2;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #540000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo a{
    color:white;
    text-decoration:none;
    font-weight:700;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #a1a1a1;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon a i:hover{
    color:#540000;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fbfbfb;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #540000;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-weight: 700;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  border-radius: 14px;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #540000;
    padding: 13px 20px;
    border: 1px solid #540000;
    top: 0;
    color:white;
    border-radius: 14px;
    font-weight: 700;
}
.subscribe-form button:hover{
    color: #540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #a1a1a1;
}
.copyright-text p a{
  color: #540000;
  font-weight: 700;
  font-size:18px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
 
}
.footer-menu li:hover a{
  color: #540000;
}
.footer-menu li a {
  font-size: 14px;
   text-decoration: none;
   color:white;
    font-weight: 700;
}